body {
    background-color: #fff;
}

main {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 60px;
}

.breadcrumbs {
    margin-top: 20px;
}

.breadcrumbs a {
    color: var( --dark );
    font-family: Roboto-Light;
    font-size: 16px;
}

.breadcrumbs a:hover {
    background-color: #e0e3ef;
}

h1 {
    font-family: Roboto-Black;
    color: black;
    font-size: 45px;
    margin-bottom: 15px;
}

h2 {
    font-family: Roboto-Bold;
    font-size: 30px;
    color: black;
    margin-top: 40px;
    margin-bottom: 10px;
}

p {
    font-family:'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 1.3;
    margin-left: 5%;
}


main ul {
    list-style-type: disc;
    margin-left: 10%;
    font-size: 20px;
}

main li {
    padding-top: 15px
}



